Einhugur Word Plugin for Xojo

EinhugurWord.TableWidthModes Enum

Enum used for table width modes.

enum EinhugurWord.TableWidthModes

Constants

AUTO = 0Table is set to automatic width. And its actual width value is always zero.
ABSOLUTE = 1Table width is set to absolute.
PERCENTAGE = 2Table width is set to percentage and the actual width parameter will be in range from 0.0 to 1.0.